home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Jun 88 / TEViews on Fly 5⁄27 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  28 lines  |  [TEXT/GEOL]

  1. Item    6086899                         27-May-88        13:24
  2.  
  3. From:   A33                             Drexel U, Nadine Perkey, ASC
  4.  
  5. To:     MACAPP$                         MacApp Interest List
  6.  
  7. cc:     A33                             Drexel U, Nadine Perkey, ASC
  8.  
  9. Sub:    TEViews on Fly
  10.  
  11.  
  12. Here's the situation:  I have an application that has the potential of 32
  13. TEViews within a CatView.  Initially, I allocated all of the TEViews at
  14. initialization.  I added each with a AddChild command after the ITEView.  This
  15. approach worked fine, but it was too slow on initialization and each TEView
  16. took processor time even if it had no text in it.
  17.  
  18. To remedy the situation, I decided to create only one initial TEView and add
  19. further TEViews as needed.  I have attempted to do this by making an ITEView
  20. call followed by AddChild.  This is giving me a great deal of trouble. My new
  21. TEViews are not being recognized.  I'm open to any suggestions on a
  22. modifications of my design or an entirely new approach to the situation.
  23. Thanks.
  24.  
  25. Keith Bossert
  26. Software Development Group
  27.  
  28.